google.golang.org/grpc.refCountedProducer.refs (field)

4 uses

	google.golang.org/grpc (current package)
		balancer_conn_wrappers.go#L449: 	refs     int    // number of current refs to the producer
		balancer_conn_wrappers.go#L466: 	pData.refs++
		balancer_conn_wrappers.go#L473: 		pData.refs--
		balancer_conn_wrappers.go#L474: 		if pData.refs == 0 {